home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / UIScript / InGame / USERCONT.UI < prev   
Text File  |  1999-05-06  |  52KB  |  1,885 lines

  1. "2D\Overlays\UserCont"
  2.  
  3. //********************************
  4. //  Data Container
  5. //********************************
  6. DataContainer {
  7.     String "InGameUserControlDragControlID" {InitialValue " ";};
  8.     
  9.     Int "InGameUserControlDragControlNum" {InitialValue -1;};
  10.  
  11.     Int "InGameCustomizeButton" {
  12.         Button "InGameUserControlCustomize";
  13.         InitialValue 0;
  14.     };
  15.  
  16.     Int "InGameUserControlHomeAutoRoleMan1ButtonFlags" {
  17.         DBButton "InGameUserControlAutoManualRoleHome1";
  18.         InitialValue 5;
  19.     };
  20.     Int "InGameUserControlHomeAutoRoleMan2ButtonFlags" {
  21.         DBButton "InGameUserControlAutoManualRoleHome2";
  22.         InitialValue 5;
  23.     };
  24.     Int "InGameUserControlHomeAutoRoleMan3ButtonFlags" {
  25.         DBButton "InGameUserControlAutoManualRoleHome3";
  26.         InitialValue 5;
  27.     };
  28.     Int "InGameUserControlHomeAutoRoleMan4ButtonFlags" {
  29.         DBButton "InGameUserControlAutoManualRoleHome4";
  30.         InitialValue 5;
  31.     };
  32.     Int "InGameUserControlHomeAutoRoleMan5ButtonFlags" {
  33.         DBButton "InGameUserControlAutoManualRoleHome5";
  34.         InitialValue 5;
  35.     };
  36.     Int "InGameUserControlAwayAutoRoleMan1ButtonFlags" {
  37.         DBButton "InGameUserControlAutoManualRoleAway1";
  38.         InitialValue 5;
  39.     };
  40.     Int "InGameUserControlAwayAutoRoleMan2ButtonFlags" {
  41.         DBButton "InGameUserControlAutoManualRoleAway2";
  42.         InitialValue 5;
  43.     };
  44.     Int "InGameUserControlAwayAutoRoleMan3ButtonFlags" {
  45.         DBButton "InGameUserControlAutoManualRoleAway3";
  46.         InitialValue 5;
  47.     };
  48.     Int "InGameUserControlAwayAutoRoleMan4ButtonFlags" {
  49.         DBButton "InGameUserControlAutoManualRoleAway4";
  50.         InitialValue 5;
  51.     };
  52.     Int "InGameUserControlAwayAutoRoleMan5ButtonFlags" {
  53.         DBButton "InGameUserControlAutoManualRoleAway5";
  54.         InitialValue 5;
  55.     };
  56.  
  57.     DBEBContentProvider "InGameUserControlAutoManualRoleHome1" {
  58.         DBButton "InGameUserControlAutoManualRoleHome1";
  59.         Database "Controls";
  60.         Format {
  61.             String Field "szManualAutoRolePlay";
  62.         };
  63.         InitialValue {
  64.             Restrict Int Field "nPlayerID" Equals 0;
  65.             Restrict Int Field "nTeam" Equals 0;
  66.         };
  67.     };
  68.  
  69.     DBEBContentProvider "InGameUserControlAutoManualRoleHome2" {
  70.         DBButton "InGameUserControlAutoManualRoleHome2";
  71.         Database "Controls";
  72.         Format {
  73.             String Field "szManualAutoRolePlay";
  74.         };
  75.         InitialValue {
  76.             Restrict Int Field "nPlayerID" Equals 1;
  77.             Restrict Int Field "nTeam" Equals 0;
  78.         };
  79.     };
  80.  
  81.     DBEBContentProvider "InGameUserControlAutoManualRoleHome3" {
  82.         DBButton "InGameUserControlAutoManualRoleHome3";
  83.         Database "Controls";
  84.         Format {
  85.             String Field "szManualAutoRolePlay";
  86.         };
  87.         InitialValue {
  88.             Restrict Int Field "nPlayerID" Equals 2;
  89.             Restrict Int Field "nTeam" Equals 0;
  90.         };
  91.     };
  92.  
  93.     DBEBContentProvider "InGameUserControlAutoManualRoleHome4" {
  94.         DBButton "InGameUserControlAutoManualRoleHome4";
  95.         Database "Controls";
  96.         Format {
  97.             String Field "szManualAutoRolePlay";
  98.         };
  99.         InitialValue {
  100.             Restrict Int Field "nPlayerID" Equals 3;
  101.             Restrict Int Field "nTeam" Equals 0;
  102.         };
  103.     };
  104.  
  105.     DBEBContentProvider "InGameUserControlAutoManualRoleHome5" {
  106.         DBButton "InGameUserControlAutoManualRoleHome5";
  107.         Database "Controls";
  108.         Format {
  109.             String Field "szManualAutoRolePlay";
  110.         };
  111.         InitialValue {
  112.             Restrict Int Field "nPlayerID" Equals 4;
  113.             Restrict Int Field "nTeam" Equals 0;
  114.         };
  115.     };
  116.  
  117.     DBEBContentProvider "InGameUserControlAutoManualRoleAway1" {
  118.         DBButton "InGameUserControlAutoManualRoleAway1";
  119.         Database "Controls";
  120.         Format {
  121.             String Field "szManualAutoRolePlay";
  122.         };
  123.         InitialValue {
  124.             Restrict Int Field "nPlayerID" Equals 0;
  125.             Restrict Int Field "nTeam" Equals 1;
  126.         };
  127.     };
  128.  
  129.     DBEBContentProvider "InGameUserControlAutoManualRoleAway2" {
  130.         DBButton "InGameUserControlAutoManualRoleAway2";
  131.         Database "Controls";
  132.         Format {
  133.             String Field "szManualAutoRolePlay";
  134.         };
  135.         InitialValue {
  136.             Restrict Int Field "nPlayerID" Equals 1;
  137.             Restrict Int Field "nTeam" Equals 1;
  138.         };
  139.     };
  140.  
  141.     DBEBContentProvider "InGameUserControlAutoManualRoleAway3" {
  142.         DBButton "InGameUserControlAutoManualRoleAway3";
  143.         Database "Controls";
  144.         Format {
  145.             String Field "szManualAutoRolePlay";
  146.         };
  147.         InitialValue {
  148.             Restrict Int Field "nPlayerID" Equals 2;
  149.             Restrict Int Field "nTeam" Equals 1;
  150.         };
  151.     };
  152.  
  153.     DBEBContentProvider "InGameUserControlAutoManualRoleAway4" {
  154.         DBButton "InGameUserControlAutoManualRoleAway4";
  155.         Database "Controls";
  156.         Format {
  157.             String Field "szManualAutoRolePlay";
  158.         };
  159.         InitialValue {
  160.             Restrict Int Field "nPlayerID" Equals 3;
  161.             Restrict Int Field "nTeam" Equals 1;
  162.         };
  163.     };
  164.  
  165.     DBEBContentProvider "InGameUserControlAutoManualRoleAway5" {
  166.         DBButton "InGameUserControlAutoManualRoleAway5";
  167.         Database "Controls";
  168.         Format {
  169.             String Field "szManualAutoRolePlay";
  170.         };
  171.         InitialValue {
  172.             Restrict Int Field "nPlayerID" Equals 4;
  173.             Restrict Int Field "nTeam" Equals 1;
  174.         };
  175.     };
  176.  
  177.  
  178.     String "InGameUserControlDragControlImageName" {
  179.         DragItem "InGameUserControlControlDrag";
  180.         InitialValue " ";
  181.     };
  182.  
  183.     DBLBContentProvider "InGameUserControlListBox" {
  184.         UserControlSEListBox "InGameUserControl";
  185.         Database "Controls";
  186.         InitialValue {
  187.             Restrict Int Field "nPlayerID" Equals -1;
  188.         };
  189.     };
  190.  
  191.     DBEBContentProvider "InGameUserControlGamepad" {
  192.         DBButton "InGameUserControlGamePad";
  193.         Database "Controls";
  194.         Format {
  195.             String Field "szControlText";
  196.         };
  197.         InitialValue {
  198.             Restrict String Field "szControlTypeUI" Equals "Gamepad";
  199.             Restrict Int Field "nControlNum" Equals 1;
  200.         };
  201.     };
  202.  
  203.     DBEBContentProvider "InGameUserControlKeyboard" {
  204.         DBButton "InGameUserControlKeyboard";
  205.         Database "Controls";
  206.         Format {
  207.             String Field "szControlText";
  208.         };
  209.         InitialValue {
  210.             Restrict String Field "szControlTypeUI" Equals "Keyboard";
  211.             Restrict Int Field "nControlNum" Equals 1;
  212.         };
  213.     };
  214.  
  215.     DBEBContentProvider "InGameUserControlMouse" {
  216.         DBButton "InGameUserControlMouse";
  217.         Database "Controls";
  218.         Format {
  219.             String Field "szControlText";
  220.         };
  221.         InitialValue {
  222.             Restrict String Field "szControlTypeUI" Equals "Mouse";
  223.             Restrict Int Field "nControlNum" Equals 1;
  224.         };
  225.     };
  226.  
  227.     DBEBContentProvider "InGameUserControlJoystick" {
  228.         DBButton "InGameUserControlJoystick";
  229.         Database "Controls";
  230.         Format {
  231.             String Field "szControlText";
  232.         };
  233.         InitialValue {
  234.             Restrict String Field "szControlTypeUI" Equals "Joystick";
  235.             Restrict Int Field "nControlNum" Equals 1;
  236.         };
  237.     };
  238.  
  239.     DBEBContentProvider "InGameUserControlControlDrag" {
  240.         DragItem "InGameUserControlControlDrag";
  241.         Database "Controls";
  242.         Format {
  243.             String Field "szControlText";
  244.         };
  245.         InitialValue {
  246.             Restrict String Field "szControlTypeUI" Equals " " LinkedToData "InGameUserControlDragControlID";
  247.             Restrict Int Field "nControlNum" Equals -1 LinkedToData "InGameUserControlDragControlNum";
  248.         };
  249.     };
  250.  
  251.     DBEBContentProvider "InGameUserControlHomeControl1" {
  252.         ControlDropItem "InGameUserControlHomeControl1";
  253.         Database "Controls";
  254.         Format {
  255.             String Field "szControlTypeUI";
  256.             Int Field "nUID" Tab;
  257.         };
  258.         InitialValue {
  259.             Restrict Int Field "nPlayerID" Equals 0;
  260.             Restrict Int Field "nTeam" Equals 0;
  261.         };
  262.     };
  263.  
  264.     DBEBContentProvider "InGameUserControlHomeControl2" {
  265.         ControlDropItem "InGameUserControlHomeControl2";
  266.         Database "Controls";
  267.         Format {
  268.             String Field "szControlTypeUI";
  269.             Int Field "nUID" Tab;
  270.         };
  271.         InitialValue {
  272.             Restrict Int Field "nPlayerID" Equals 1;
  273.             Restrict Int Field "nTeam" Equals 0;
  274.         };
  275.     };
  276.  
  277.     DBEBContentProvider "InGameUserControlHomeControl3" {
  278.         ControlDropItem "InGameUserControlHomeControl3";
  279.         Database "Controls";
  280.         Format {
  281.             String Field "szControlTypeUI";
  282.             Int Field "nUID" Tab;
  283.         };
  284.         InitialValue {
  285.             Restrict Int Field "nPlayerID" Equals 2;
  286.             Restrict Int Field "nTeam" Equals 0;
  287.         };
  288.     };
  289.  
  290.     DBEBContentProvider "InGameUserControlHomeControl4" {
  291.         ControlDropItem "InGameUserControlHomeControl4";
  292.         Database "Controls";
  293.         Format {
  294.             String Field "szControlTypeUI";
  295.             Int Field "nUID" Tab;
  296.         };
  297.         InitialValue {
  298.             Restrict Int Field "nPlayerID" Equals 3;
  299.             Restrict Int Field "nTeam" Equals 0;
  300.         };
  301.     };
  302.  
  303.     DBEBContentProvider "InGameUserControlHomeControl5" {
  304.         ControlDropItem "InGameUserControlHomeControl5";
  305.         Database "Controls";
  306.         Format {
  307.             String Field "szControlTypeUI";
  308.             Int Field "nUID" Tab;
  309.         };
  310.         InitialValue {
  311.             Restrict Int Field "nPlayerID" Equals 4;
  312.             Restrict Int Field "nTeam" Equals 0;
  313.         };
  314.     };
  315.  
  316.     DBEBContentProvider "InGameUserControlAwayControl1" {
  317.         ControlDropItem "InGameUserControlAwayControl1";
  318.         Database "Controls";
  319.         Format {
  320.             String Field "szControlTypeUI";
  321.             Int Field "nUID" Tab;
  322.         };
  323.         InitialValue {
  324.             Restrict Int Field "nPlayerID" Equals 0;
  325.             Restrict Int Field "nTeam" Equals 1;
  326.         };
  327.     };
  328.  
  329.     DBEBContentProvider "InGameUserControlAwayControl2" {
  330.         ControlDropItem "InGameUserControlAwayControl2";
  331.         Database "Controls";
  332.         Format {
  333.             String Field "szControlTypeUI";
  334.             Int Field "nUID" Tab;
  335.         };
  336.         InitialValue {
  337.             Restrict Int Field "nPlayerID" Equals 1;
  338.             Restrict Int Field "nTeam" Equals 1;
  339.         };
  340.     };
  341.  
  342.     DBEBContentProvider "InGameUserControlAwayControl3" {
  343.         ControlDropItem "InGameUserControlAwayControl3";
  344.         Database "Controls";
  345.         Format {
  346.             String Field "szControlTypeUI";
  347.             Int Field "nUID" Tab;
  348.         };
  349.         InitialValue {
  350.             Restrict Int Field "nPlayerID" Equals 2;
  351.             Restrict Int Field "nTeam" Equals 1;
  352.         };
  353.     };
  354.  
  355.     DBEBContentProvider "InGameUserControlAwayControl4" {
  356.         ControlDropItem "InGameUserControlAwayControl4";
  357.         Database "Controls";
  358.         Format {
  359.             String Field "szControlTypeUI";
  360.             Int Field "nUID" Tab;
  361.         };
  362.         InitialValue {
  363.             Restrict Int Field "nPlayerID" Equals 3;
  364.             Restrict Int Field "nTeam" Equals 1;
  365.         };
  366.     };
  367.  
  368.     DBEBContentProvider "InGameUserControlAwayControl5" {
  369.         ControlDropItem "InGameUserControlAwayControl5";
  370.         Database "Controls";
  371.         Format {
  372.             String Field "szControlTypeUI";
  373.             Int Field "nUID" Tab;
  374.         };
  375.         InitialValue {
  376.             Restrict Int Field "nPlayerID" Equals 4;
  377.             Restrict Int Field "nTeam" Equals 1;
  378.         };
  379.     };
  380.  
  381.     DBEBContentProvider "InGameUserControlFirstNameHome1" {
  382.         EditBox "InGameUserControlFirstNameHome1";
  383.         Database "AllStarPlayersHome";
  384.         Format {
  385.             String Field "szFirst";
  386.         };
  387.         InitialValue {
  388.             Restrict String Field "szStartPos" Equals "PG";
  389.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  390.         };
  391.     };
  392.  
  393.     DBEBContentProvider "InGameUserControlLastNameHome1" {
  394.         EditBox "InGameUserControlLastNameHome1";
  395.         Database "AllStarPlayersHome";
  396.         Format {
  397.             String Field "szLast";
  398.         };
  399.         InitialValue {
  400.             Restrict String Field "szStartPos" Equals "PG";
  401.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  402.         };
  403.     };
  404.  
  405.     DBEBContentProvider "InGameUserControlFirstNameHome2" {
  406.         EditBox "InGameUserControlFirstNameHome2";
  407.         Database "AllStarPlayersHome";
  408.         Format {
  409.             String Field "szFirst";
  410.         };
  411.         InitialValue {
  412.             Restrict String Field "szStartPos" Equals "SG";
  413.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  414.         };
  415.     };
  416.  
  417.     DBEBContentProvider "InGameUserControlLastNameHome2" {
  418.         EditBox "InGameUserControlLastNameHome2";
  419.         Database "AllStarPlayersHome";
  420.         Format {
  421.             String Field "szLast";
  422.         };
  423.         InitialValue {
  424.             Restrict String Field "szStartPos" Equals "SG";
  425.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  426.         };
  427.     };
  428.  
  429.     DBEBContentProvider "InGameUserControlFirstNameHome3" {
  430.         EditBox "InGameUserControlFirstNameHome3";
  431.         Database "AllStarPlayersHome";
  432.         Format {
  433.             String Field "szFirst";
  434.         };
  435.         InitialValue {
  436.             Restrict String Field "szStartPos" Equals "SF";
  437.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  438.         };
  439.     };
  440.  
  441.     DBEBContentProvider "InGameUserControlLastNameHome3" {
  442.         EditBox "InGameUserControlLastNameHome3";
  443.         Database "AllStarPlayersHome";
  444.         Format {
  445.             String Field "szLast";
  446.         };
  447.         InitialValue {
  448.             Restrict String Field "szStartPos" Equals "SF";
  449.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  450.         };
  451.     };
  452.  
  453.     DBEBContentProvider "InGameUserControlFirstNameHome4" {
  454.         EditBox "InGameUserControlFirstNameHome4";
  455.         Database "AllStarPlayersHome";
  456.         Format {
  457.             String Field "szFirst";
  458.         };
  459.         InitialValue {
  460.             Restrict String Field "szStartPos" Equals "PF";
  461.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  462.         };
  463.     };
  464.  
  465.     DBEBContentProvider "InGameUserControlLastNameHome4" {
  466.         EditBox "InGameUserControlLastNameHome4";
  467.         Database "AllStarPlayersHome";
  468.         Format {
  469.             String Field "szLast";
  470.         };
  471.         InitialValue {
  472.             Restrict String Field "szStartPos" Equals "PF";
  473.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  474.         };
  475.     };
  476.  
  477.     DBEBContentProvider "InGameUserControlFirstNameHome5" {
  478.         EditBox "InGameUserControlFirstNameHome5";
  479.         Database "AllStarPlayersHome";
  480.         Format {
  481.             String Field "szFirst";
  482.         };
  483.         InitialValue {
  484.             Restrict String Field "szStartPos" Equals "C";
  485.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  486.         };
  487.     };
  488.  
  489.     DBEBContentProvider "InGameUserControlLastNameHome5" {
  490.         EditBox "InGameUserControlLastNameHome5";
  491.         Database "AllStarPlayersHome";
  492.         Format {
  493.             String Field "szLast";
  494.         };
  495.         InitialValue {
  496.             Restrict String Field "szStartPos" Equals "C";
  497.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "HomeTeamSelection";
  498.         };
  499.     };
  500.  
  501.     DBEBContentProvider "InGameUserControlFirstNameAway1" {
  502.         EditBox "InGameUserControlFirstNameAway1";
  503.         Database "AllStarPlayersAway";
  504.         Format {
  505.             String Field "szFirst";
  506.         };
  507.         InitialValue {
  508.             Restrict String Field "szStartPos" Equals "PG";
  509.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  510.         };
  511.     };
  512.  
  513.     DBEBContentProvider "InGameUserControlLastNameAway1" {
  514.         EditBox "InGameUserControlLastNameAway1";
  515.         Database "AllStarPlayersAway";
  516.         Format {
  517.             String Field "szLast";
  518.         };
  519.         InitialValue {
  520.             Restrict String Field "szStartPos" Equals "PG";
  521.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  522.         };
  523.     };
  524.  
  525.     DBEBContentProvider "InGameUserControlFirstNameAway2" {
  526.         EditBox "InGameUserControlFirstNameAway2";
  527.         Database "AllStarPlayersAway";
  528.         Format {
  529.             String Field "szFirst";
  530.         };
  531.         InitialValue {
  532.             Restrict String Field "szStartPos" Equals "SG";
  533.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  534.         };
  535.     };
  536.  
  537.     DBEBContentProvider "InGameUserControlLastNameAway2" {
  538.         EditBox "InGameUserControlLastNameAway2";
  539.         Database "AllStarPlayersAway";
  540.         Format {
  541.             String Field "szLast";
  542.         };
  543.         InitialValue {
  544.             Restrict String Field "szStartPos" Equals "SG";
  545.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  546.         };
  547.     };
  548.  
  549.     DBEBContentProvider "InGameUserControlFirstNameAway3" {
  550.         EditBox "InGameUserControlFirstNameAway3";
  551.         Database "AllStarPlayersAway";
  552.         Format {
  553.             String Field "szFirst";
  554.         };
  555.         InitialValue {
  556.             Restrict String Field "szStartPos" Equals "SF";
  557.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  558.         };
  559.     };
  560.  
  561.     DBEBContentProvider "InGameUserControlLastNameAway3" {
  562.         EditBox "InGameUserControlLastNameAway3";
  563.         Database "AllStarPlayersAway";
  564.         Format {
  565.             String Field "szLast";
  566.         };
  567.         InitialValue {
  568.             Restrict String Field "szStartPos" Equals "SF";
  569.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  570.         };
  571.     };
  572.  
  573.     DBEBContentProvider "InGameUserControlFirstNameAway4" {
  574.         EditBox "InGameUserControlFirstNameAway4";
  575.         Database "AllStarPlayersAway";
  576.         Format {
  577.             String Field "szFirst";
  578.         };
  579.         InitialValue {
  580.             Restrict String Field "szStartPos" Equals "PF";
  581.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  582.         };
  583.     };
  584.  
  585.     DBEBContentProvider "InGameUserControlLastNameAway4" {
  586.         EditBox "InGameUserControlLastNameAway4";
  587.         Database "AllStarPlayersAway";
  588.         Format {
  589.             String Field "szLast";
  590.         };
  591.         InitialValue {
  592.             Restrict String Field "szStartPos" Equals "PF";
  593.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  594.         };
  595.     };
  596.  
  597.     DBEBContentProvider "InGameUserControlFirstNameAway5" {
  598.         EditBox "InGameUserControlFirstNameAway5";
  599.         Database "AllStarPlayersAway";
  600.         Format {
  601.             String Field "szFirst";
  602.         };
  603.         InitialValue {
  604.             Restrict String Field "szStartPos" Equals "C";
  605.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  606.         };
  607.     };
  608.  
  609.     DBEBContentProvider "InGameUserControlLastNameAway5" {
  610.         EditBox "InGameUserControlLastNameAway5";
  611.         Database "AllStarPlayersAway";
  612.         Format {
  613.             String Field "szLast";
  614.         };
  615.         InitialValue {
  616.             Restrict String Field "szStartPos" Equals "C";
  617.             Restrict Int Field "szTeamID" Equals 0 LinkedToData "VisitorTeamSelection";
  618.         };
  619.     };
  620. };
  621.  
  622.  
  623. //********************************
  624. //  Images
  625. //********************************
  626. Image "InGameUserControlBackDrop" {
  627.     Filename "UCBckrnd";
  628.     Position [-58, -7];
  629. };
  630.  
  631. Image "InGameUserControlListBox" {
  632.     Filename "Conlist";
  633. };
  634.  
  635. Image "InGameUserControlCustomizeEnabled" {
  636.     Filename "CusButE";
  637. };
  638.  
  639. Image "InGameUserControlCustomizeFocused" {
  640.     Filename "CusButF";
  641. };
  642.  
  643. Image "InGameUserControlCustomizePushed" {
  644.     Filename "CusButP";
  645. };
  646.  
  647. Image "InGameUserControlJoystick" {
  648.     Filename "Joystick";
  649. };
  650.  
  651. Image "InGameUserControlMouse" {
  652.     Filename "Mouse";
  653. };
  654.  
  655. Image "InGameUserControlKeyboard" {
  656.     Filename "Keyboard";
  657. };
  658.  
  659. Image "InGameUserControlGamePad" {
  660.     Filename "Gamepad";
  661. };
  662.  
  663. //Button images
  664. Image "InGameUserControlJoystickEnabled" {
  665.     Filename "Joystick";
  666.     Position [8, 0];
  667. };
  668.  
  669. Image "InGameUserControlJoystickFocused" {
  670.     Filename "FocJoy";
  671.     Position [8, 0];
  672. };
  673.  
  674. Image "InGameUserControlMouseEnabled" {
  675.     Filename "Mouse";
  676.     Position [8, 0];
  677. };
  678.  
  679. Image "InGameUserControlMouseFocused" {
  680.     Filename "FocMous";
  681.     Position [8, 0];
  682. };
  683.  
  684. Image "InGameUserControlKeyboardEnabled" {
  685.     Filename "Keyboard";
  686.     Position [8, 0];
  687. };
  688.  
  689. Image "InGameUserControlKeyboardFocused" {
  690.     Filename "FocKey";
  691.     Position [8, 0];
  692. };
  693.  
  694. Image "InGameUserControlGamePadEnabled" {
  695.     Filename "Gamepad";
  696.     Position [8, 0];
  697. };
  698.  
  699. Image "InGameUserControlGamePadFocused" {
  700.     Filename "FocGame";
  701.     Position [8, 0];
  702. };
  703.  
  704. Image "InGameUserControlHomeLogoBox" {
  705.     Filename "homebox";
  706. };
  707.  
  708. Image "InGameUserControlAwayLogoBox" {
  709.     Filename "awaybox";
  710. };
  711.  
  712. Image "InGameUserControlListUpEnabled" {
  713.     Filename "Arr_Up";
  714. };
  715.  
  716. Image "InGameUserControlListUpFocused" {
  717.     Filename "Arr_UpF";
  718. };
  719.  
  720. Image "InGameUserControlListUpPushed" {
  721.     Filename "Arr_UpP";
  722. };
  723.  
  724. Image "InGameUserControlListDownEnabled" {
  725.     Filename "Arr_Dwn";
  726. };
  727.  
  728. Image "InGameUserControlListDownFocused" {
  729.     Filename "Arr_DwnF";
  730. };
  731.  
  732. Image "InGameUserControlListDownPushed" {
  733.     Filename "Arr_DwnP";
  734. };
  735.  
  736. Image "InGameUserControlDragImage" {
  737.     Filename "InGameUserControlDragImage";
  738. };
  739.  
  740. Image "InGameUserControlHomeDrop1" {
  741.     Filename "InGameUserControlHomeDrop1";
  742.     Position [3, 3];
  743. };
  744.  
  745. Image "InGameUserControlHomeDropSelect1" {
  746.     Filename "InGameUserControlHomeDropSelect1";
  747.     Position [3, 3];
  748. };
  749.  
  750. Image "InGameUserControlHomeDrop2" {
  751.     Filename "InGameUserControlHomeDrop2";
  752.     Position [3, 3];
  753. };
  754.  
  755. Image "InGameUserControlHomeDropSelect2" {
  756.     Filename "InGameUserControlHomeDropSelect2";
  757.     Position [3, 3];
  758. };
  759.  
  760. Image "InGameUserControlHomeDrop3" {
  761.     Filename "InGameUserControlHomeDrop3";
  762.     Position [3, 3];
  763. };
  764.  
  765. Image "InGameUserControlHomeDropSelect3" {
  766.     Filename "InGameUserControlHomeDropSelect3";
  767.     Position [3, 3];
  768. };
  769.  
  770. Image "InGameUserControlHomeDrop4" {
  771.     Filename "InGameUserControlHomeDrop4";
  772.     Position [3, 3];
  773. };
  774.  
  775. Image "InGameUserControlHomeDropSelect4" {
  776.     Filename "InGameUserControlHomeDropSelect4";
  777.     Position [3, 3];
  778. };
  779.  
  780. Image "InGameUserControlHomeDrop5" {
  781.     Filename "InGameUserControlHomeDrop5";
  782.     Position [3, 3];
  783. };
  784.  
  785. Image "InGameUserControlHomeDropSelect5" {
  786.     Filename "InGameUserControlHomeDropSelect5";
  787.     Position [3, 3];
  788. };
  789.  
  790. Image "InGameUserControlAwayDrop1" {
  791.     Filename "InGameUserControlAwayDrop1";
  792.     Position [3, 3];
  793. };
  794.  
  795. Image "InGameUserControlAwayDropSelect1" {
  796.     Filename "InGameUserControlAwayDropSelect1";
  797.     Position [3, 3];
  798. };
  799.  
  800. Image "InGameUserControlAwayDrop2" {
  801.     Filename "InGameUserControlAwayDrop2";
  802.     Position [3, 3];
  803. };
  804.  
  805. Image "InGameUserControlAwayDropSelect2" {
  806.     Filename "InGameUserControlAwayDropSelect2";
  807.     Position [3, 3];
  808. };
  809.  
  810. Image "InGameUserControlAwayDrop3" {
  811.     Filename "InGameUserControlAwayDrop3";
  812.     Position [3, 3];
  813. };
  814.  
  815. Image "InGameUserControlAwayDropSelect3" {
  816.     Filename "InGameUserControlAwayDropSelect3";
  817.     Position [3, 3];
  818. };
  819.  
  820. Image "InGameUserControlAwayDrop4" {
  821.     Filename "InGameUserControlAwayDrop4";
  822.     Position [3, 3];
  823. };
  824.  
  825. Image "InGameUserControlAwayDropSelect4" {
  826.     Filename "InGameUserControlAwayDropSelect4";
  827.     Position [3, 3];
  828. };
  829.  
  830. Image "InGameUserControlAwayDrop5" {
  831.     Filename "InGameUserControlAwayDrop5";
  832.     Position [3, 3];
  833. };
  834.  
  835. Image "InGameUserControlAwayDropSelect5" {
  836.     Filename "InGameUserControlAwayDropSelect5";
  837.     Position [3, 3];
  838. };
  839.  
  840. Image "InGameUserControlCircleWhite" {
  841.     Filename "CirWhit";
  842. };
  843.  
  844. Image "InGameUserControlCircleViolet" {
  845.     Filename "CirViole";
  846. };
  847.  
  848. Image "InGameUserControlCircleYellow" {
  849.     Filename "CirYell";
  850. };
  851.  
  852. Image "InGameUserControlCirclePink" {
  853.     Filename "CirPink";
  854. };
  855.  
  856. Image "InGameUserControlCircleRed" {
  857.     Filename "CirRed";
  858. };
  859.  
  860. Image "InGameUserControlCircleLightBlue" {
  861.     Filename "CirLBlue";
  862. };
  863.  
  864. Image "InGameUserControlCirclePurple" {
  865.     Filename "CirPurp";
  866. };
  867.  
  868. Image "InGameUserControlCircleDarkBlue" {
  869.     Filename "CirDBlue";
  870. };
  871.  
  872. Image "InGameUserControlCircleLime" {
  873.     Filename "CirLime";
  874. };
  875.  
  876. Image "InGameUserControlCircleGreen" {
  877.     Filename "CirGree";
  878. };
  879. Image "InGameUserControlCustomizeDisabled" {
  880.     Filename "CusButD";
  881. };
  882.  
  883.  
  884. //********************************
  885. //  Fonts
  886. //********************************
  887. Font "InGameUserControlCustomizeDisabled" {
  888.     Filename "DisabFnt";
  889.     Translate " abcdefghijklmnopqrstuvwxyz";
  890.     Kerning 1;
  891. };
  892. Font "InGameUserControl" {
  893.     Filename "UCFont";
  894.     Translate " 1234567890QWERTYUIOPASDFGHJKLZXCVBNM";
  895.     Kerning 1;
  896. };
  897.  
  898. Font "InGameUserControlName" {
  899.     Filename "NameFnt";
  900.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
  901.     Kerning 0;
  902. };
  903.  
  904. Font "InGameUserControlCustomizeEnabled" {
  905.     Filename "EnabFnt";
  906.     Translate " abcdefghijklmnopqrstuvwxyz";
  907.     Kerning 1;
  908. };
  909.  
  910. Font "InGameUserControlCustomizeFocused" {
  911.     Filename "FocuFnt";
  912.     Translate " abcdefghijklmnopqrstuvwxyz";
  913.     Kerning 1;
  914. };
  915.  
  916. Font "InGameUserControlCustomizePushed" {
  917.     Filename "PushFnt";
  918.     Translate " abcdefghijklmnopqrstuvwxyz";
  919.     Kerning 1;
  920. };
  921.  
  922.  
  923. //********************************
  924. //  Styles
  925. //********************************
  926. GroupStyle "InGameUserControlStyle" {
  927.     Image "InGameUserControlBackDrop";
  928. };
  929.  
  930. GroupStyle "InGameUserControlListStyle" {
  931. //    Image "InGameUserControlListBox";
  932. };
  933.  
  934. ButtonStyle "InGameUserControlJoystickStyle" {
  935.     Enabled Font "InGameUserControl";
  936.     Enabled Image "InGameUserControlJoystickEnabled";
  937.     Focused Image "InGameUserControlJoystickFocused";
  938. };
  939.  
  940. ButtonStyle "InGameUserControlMouseStyle" {
  941.     Enabled Font "InGameUserControl";
  942.     Enabled Image "InGameUserControlMouseEnabled";
  943.     Focused Image "InGameUserControlMouseFocused";
  944. };
  945.  
  946. ButtonStyle "InGameUserControlKeyboardStyle" {
  947.     Enabled Font "InGameUserControl";
  948.     Enabled Image "InGameUserControlKeyboardEnabled";
  949.     Focused Image "InGameUserControlKeyboardFocused";
  950. };
  951.  
  952. ButtonStyle "InGameUserControlGamePadStyle" {
  953.     Enabled Font "InGameUserControl";
  954.     Enabled Image "InGameUserControlGamePadEnabled";
  955.     Focused Image "InGameUserControlGamePadFocused";
  956. };
  957.  
  958. ButtonStyle "InGameUserControlCustomizeStyle" {
  959.     Enabled Image "InGameUserControlCustomizeEnabled";
  960.     Disabled Image "InGameUserControlCustomizeDisabled";
  961.     Focused Image "InGameUserControlCustomizeFocused";
  962.     Pushed Image "InGameUserControlCustomizePushed";
  963.     Enabled Font "InGameUserControlCustomizeEnabled";
  964.     Disabled Font "InGameUserControlCustomizeDisabled";
  965.     Focused Font "InGameUserControlCustomizeFocused";
  966.     Pushed Font "InGameUserControlCustomizePushed";
  967. };
  968.  
  969. DBButton "InGameUserControlAutoManualRoleHome1" {
  970.     ButtonStyle "InGameUserControlCustomizeStyle";
  971.     Position [380, 64];
  972.     String "" {
  973.         Justify CenterCenter;
  974.         Position [45, 10];
  975.     };
  976.     Clicked Action CycleAutoManualRolePlay "0";
  977. };
  978. DBButton "InGameUserControlAutoManualRoleHome2" {
  979.     ButtonStyle "InGameUserControlCustomizeStyle";
  980.     Position [380, 144];
  981.     String "" {
  982.         Justify CenterCenter;
  983.         Position [45, 10];
  984.     };
  985.     Clicked Action CycleAutoManualRolePlay "1";
  986. };
  987. DBButton "InGameUserControlAutoManualRoleHome3" {
  988.     ButtonStyle "InGameUserControlCustomizeStyle";
  989.     Position [380, 224];
  990.     String "" {
  991.         Justify CenterCenter;
  992.         Position [45, 10];
  993.     };
  994.     Clicked Action CycleAutoManualRolePlay "2";
  995. };
  996. DBButton "InGameUserControlAutoManualRoleHome4" {
  997.     ButtonStyle "InGameUserControlCustomizeStyle";
  998.     Position [380, 304];
  999.     String "" {
  1000.         Justify CenterCenter;
  1001.         Position [45, 10];
  1002.     };
  1003.     Clicked Action CycleAutoManualRolePlay "3";
  1004. };
  1005. DBButton "InGameUserControlAutoManualRoleHome5" {
  1006.     ButtonStyle "InGameUserControlCustomizeStyle";
  1007.     Position [380, 384];
  1008.     String "" {
  1009.         Justify CenterCenter;
  1010.         Position [45, 10];
  1011.     };
  1012.     Clicked Action CycleAutoManualRolePlay "4";
  1013. };
  1014.  
  1015. DBButton "InGameUserControlAutoManualRoleAway1" {
  1016.     ButtonStyle "InGameUserControlCustomizeStyle";
  1017.     Position [55, 64];
  1018.     String "" {
  1019.         Justify CenterCenter;
  1020.         Position [45, 10];
  1021.     };
  1022.     Clicked Action CycleAutoManualRolePlay "0";
  1023. };
  1024. DBButton "InGameUserControlAutoManualRoleAway2" {
  1025.     ButtonStyle "InGameUserControlCustomizeStyle";
  1026.     Position [55, 144];
  1027.     String "" {
  1028.         Justify CenterCenter;
  1029.         Position [45, 10];
  1030.     };
  1031.     Clicked Action CycleAutoManualRolePlay "1";
  1032. };
  1033. DBButton "InGameUserControlAutoManualRoleAway3" {
  1034.     ButtonStyle "InGameUserControlCustomizeStyle";
  1035.     Position [55, 224];
  1036.     String "" {
  1037.         Justify CenterCenter;
  1038.         Position [45, 10];
  1039.     };
  1040.     Clicked Action CycleAutoManualRolePlay "2";
  1041. };
  1042. DBButton "InGameUserControlAutoManualRoleAway4" {
  1043.     ButtonStyle "InGameUserControlCustomizeStyle";
  1044.     Position [55, 304];
  1045.     String "" {
  1046.         Justify CenterCenter;
  1047.         Position [45, 10];
  1048.     };
  1049.     Clicked Action CycleAutoManualRolePlay "3";
  1050. };
  1051. DBButton "InGameUserControlAutoManualRoleAway5" {
  1052.     ButtonStyle "InGameUserControlCustomizeStyle";
  1053.     Position [55, 384];
  1054.     String "" {
  1055.         Justify CenterCenter;
  1056.         Position [45, 10];
  1057.     };
  1058.     Clicked Action CycleAutoManualRolePlay "4";
  1059. };
  1060.  
  1061. ButtonStyle "InGameUserControlListUp" {
  1062.     Enabled Image "InGameUserControlListUpEnabled";
  1063.     Focused Image "InGameUserControlListUpFocused";
  1064.     Pushed Image "InGameUserControlListUpPushed";
  1065. };
  1066.  
  1067. ButtonStyle "InGameUserControlListDown" {
  1068.     Enabled Image "InGameUserControlListDownEnabled";
  1069.     Focused Image "InGameUserControlListDownFocused";
  1070.     Pushed Image "InGameUserControlListDownPushed";
  1071. };
  1072.  
  1073. DragStyle "InGameUserControlDragStyle" {
  1074.     Drag Image "InGameUserControlDragImage";
  1075.     Font "InGameUserControl";
  1076. };
  1077.  
  1078. Style "InGameUserControlHomeDrop1Style" {
  1079.     Image "InGameUserControlHomeDrop1";
  1080.     Image "InGameUserControlHomeDropSelect1";
  1081.     Image "InGameUserControlCircleWhite";
  1082.     Image "InGameUserControlCircleYellow";
  1083.     Image "InGameUserControlCirclePurple";
  1084.     Image "InGameUserControlCircleRed";
  1085.     Image "InGameUserControlCircleLightBlue";
  1086.     Image "InGameUserControlCircleGreen";
  1087.     Image "InGameUserControlCircleDarkBlue";
  1088.     Image "InGameUserControlCircleLime";
  1089.     Image "InGameUserControlCircleViolet";
  1090.     Image "InGameUserControlCirclePink";
  1091.     Font "InGameUserControl";
  1092. };
  1093.  
  1094. Style "InGameUserControlHomeDrop2Style" {
  1095.     Image "InGameUserControlHomeDrop2";
  1096.     Image "InGameUserControlHomeDropSelect2";
  1097.     Image "InGameUserControlCircleWhite";
  1098.     Image "InGameUserControlCircleYellow";
  1099.     Image "InGameUserControlCirclePurple";
  1100.     Image "InGameUserControlCircleRed";
  1101.     Image "InGameUserControlCircleLightBlue";
  1102.     Image "InGameUserControlCircleGreen";
  1103.     Image "InGameUserControlCircleDarkBlue";
  1104.     Image "InGameUserControlCircleLime";
  1105.     Image "InGameUserControlCircleViolet";
  1106.     Image "InGameUserControlCirclePink";
  1107.     Font "InGameUserControl";
  1108. };
  1109.  
  1110. Style "InGameUserControlHomeDrop3Style" {
  1111.     Image "InGameUserControlHomeDrop3";
  1112.     Image "InGameUserControlHomeDropSelect3";
  1113.     Image "InGameUserControlCircleWhite";
  1114.     Image "InGameUserControlCircleYellow";
  1115.     Image "InGameUserControlCirclePurple";
  1116.     Image "InGameUserControlCircleRed";
  1117.     Image "InGameUserControlCircleLightBlue";
  1118.     Image "InGameUserControlCircleGreen";
  1119.     Image "InGameUserControlCircleDarkBlue";
  1120.     Image "InGameUserControlCircleLime";
  1121.     Image "InGameUserControlCircleViolet";
  1122.     Image "InGameUserControlCirclePink";
  1123.     Font "InGameUserControl";
  1124. };
  1125.  
  1126. Style "InGameUserControlHomeDrop4Style" {
  1127.     Image "InGameUserControlHomeDrop4";
  1128.     Image "InGameUserControlHomeDropSelect4";
  1129.     Image "InGameUserControlCircleWhite";
  1130.     Image "InGameUserControlCircleYellow";
  1131.     Image "InGameUserControlCirclePurple";
  1132.     Image "InGameUserControlCircleRed";
  1133.     Image "InGameUserControlCircleLightBlue";
  1134.     Image "InGameUserControlCircleGreen";
  1135.     Image "InGameUserControlCircleDarkBlue";
  1136.     Image "InGameUserControlCircleLime";
  1137.     Image "InGameUserControlCircleViolet";
  1138.     Image "InGameUserControlCirclePink";
  1139.     Font "InGameUserControl";
  1140. };
  1141.  
  1142. Style "InGameUserControlHomeDrop5Style" {
  1143.     Image "InGameUserControlHomeDrop5";
  1144.     Image "InGameUserControlHomeDropSelect5";
  1145.     Image "InGameUserControlCircleWhite";
  1146.     Image "InGameUserControlCircleYellow";
  1147.     Image "InGameUserControlCirclePurple";
  1148.     Image "InGameUserControlCircleRed";
  1149.     Image "InGameUserControlCircleLightBlue";
  1150.     Image "InGameUserControlCircleGreen";
  1151.     Image "InGameUserControlCircleDarkBlue";
  1152.     Image "InGameUserControlCircleLime";
  1153.     Image "InGameUserControlCircleViolet";
  1154.     Image "InGameUserControlCirclePink";
  1155.     Font "InGameUserControl";
  1156. };
  1157.  
  1158. Style "InGameUserControlAwayDrop1Style" {
  1159.     Image "InGameUserControlAwayDrop1";
  1160.     Image "InGameUserControlAwayDropSelect1";
  1161.     Image "InGameUserControlCircleWhite";
  1162.     Image "InGameUserControlCircleYellow";
  1163.     Image "InGameUserControlCirclePurple";
  1164.     Image "InGameUserControlCircleRed";
  1165.     Image "InGameUserControlCircleLightBlue";
  1166.     Image "InGameUserControlCircleGreen";
  1167.     Image "InGameUserControlCircleDarkBlue";
  1168.     Image "InGameUserControlCircleLime";
  1169.     Image "InGameUserControlCircleViolet";
  1170.     Image "InGameUserControlCirclePink";
  1171.     Font "InGameUserControl";
  1172. };
  1173.  
  1174. Style "InGameUserControlAwayDrop2Style" {
  1175.     Image "InGameUserControlAwayDrop2";
  1176.     Image "InGameUserControlAwayDropSelect2";
  1177.     Image "InGameUserControlCircleWhite";
  1178.     Image "InGameUserControlCircleYellow";
  1179.     Image "InGameUserControlCirclePurple";
  1180.     Image "InGameUserControlCircleRed";
  1181.     Image "InGameUserControlCircleLightBlue";
  1182.     Image "InGameUserControlCircleGreen";
  1183.     Image "InGameUserControlCircleDarkBlue";
  1184.     Image "InGameUserControlCircleLime";
  1185.     Image "InGameUserControlCircleViolet";
  1186.     Image "InGameUserControlCirclePink";
  1187.     Font "InGameUserControl";
  1188. };
  1189.  
  1190. Style "InGameUserControlAwayDrop3Style" {
  1191.     Image "InGameUserControlAwayDrop3";
  1192.     Image "InGameUserControlAwayDropSelect3";
  1193.     Image "InGameUserControlCircleWhite";
  1194.     Image "InGameUserControlCircleYellow";
  1195.     Image "InGameUserControlCirclePurple";
  1196.     Image "InGameUserControlCircleRed";
  1197.     Image "InGameUserControlCircleLightBlue";
  1198.     Image "InGameUserControlCircleGreen";
  1199.     Image "InGameUserControlCircleDarkBlue";
  1200.     Image "InGameUserControlCircleLime";
  1201.     Image "InGameUserControlCircleViolet";
  1202.     Image "InGameUserControlCirclePink";
  1203.     Font "InGameUserControl";
  1204. };
  1205.  
  1206. Style "InGameUserControlAwayDrop4Style" {
  1207.     Image "InGameUserControlAwayDrop4";
  1208.     Image "InGameUserControlAwayDropSelect4";
  1209.     Image "InGameUserControlCircleWhite";
  1210.     Image "InGameUserControlCircleYellow";
  1211.     Image "InGameUserControlCirclePurple";
  1212.     Image "InGameUserControlCircleRed";
  1213.     Image "InGameUserControlCircleLightBlue";
  1214.     Image "InGameUserControlCircleGreen";
  1215.     Image "InGameUserControlCircleDarkBlue";
  1216.     Image "InGameUserControlCircleLime";
  1217.     Image "InGameUserControlCircleViolet";
  1218.     Image "InGameUserControlCirclePink";
  1219.     Font "InGameUserControl";
  1220. };
  1221.  
  1222. Style "InGameUserControlAwayDrop5Style" {
  1223.     Image "InGameUserControlAwayDrop5";
  1224.     Image "InGameUserControlAwayDropSelect5";
  1225.     Image "InGameUserControlCircleWhite";
  1226.     Image "InGameUserControlCircleYellow";
  1227.     Image "InGameUserControlCirclePurple";
  1228.     Image "InGameUserControlCircleRed";
  1229.     Image "InGameUserControlCircleLightBlue";
  1230.     Image "InGameUserControlCircleGreen";
  1231.     Image "InGameUserControlCircleDarkBlue";
  1232.     Image "InGameUserControlCircleLime";
  1233.     Image "InGameUserControlCircleViolet";
  1234.     Image "InGameUserControlCirclePink";
  1235.     Font "InGameUserControl";
  1236. };
  1237.  
  1238. Style "InGameUserControlHomeLogo" {
  1239.     Image "InGameUserControlHomeLogoBox";
  1240. };
  1241.  
  1242. Style "InGameUserControlAwayLogo" {
  1243.     Image "InGameUserControlAwayLogoBox";
  1244. };
  1245.  
  1246. Style "InGameUserControlName" {
  1247.     Font "InGameUserControlName";
  1248. };
  1249.  
  1250.  
  1251. //********************************
  1252. //  Drop Items
  1253. //********************************
  1254. ControlDropItem "InGameUserControlHomeControl1" {
  1255.     Style "InGameUserControlHomeDrop1Style";
  1256.     Rect [306, 9, 225, 80];
  1257.     Position [308, 13];
  1258.     CanResetImage;
  1259.     Selectable;
  1260.  
  1261.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1262.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1263.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1264.     Pushed Action SetField "nPlayerID" -1;
  1265.     Pushed Action SetField "nTeam" -1;
  1266.     Pushed Action {UpdateContent;};
  1267.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1268.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1269. };
  1270.  
  1271. ControlDropItem "InGameUserControlHomeControl2" {
  1272.     Style "InGameUserControlHomeDrop2Style";
  1273.     Rect [306, 89, 225, 80];
  1274.     Position [308, 93];
  1275.     CanResetImage;
  1276.     Selectable;
  1277.  
  1278.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1279.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1280.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1281.     Pushed Action SetField "nPlayerID" -1;
  1282.     Pushed Action SetField "nTeam" -1;
  1283.     Pushed Action {UpdateContent;};
  1284.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1285.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1286. };
  1287.  
  1288. ControlDropItem "InGameUserControlHomeControl3" {
  1289.     Style "InGameUserControlHomeDrop3Style";
  1290.     Rect [306, 169, 225, 80];
  1291.     Position [308, 173];
  1292.     CanResetImage;
  1293.     Selectable;
  1294.  
  1295.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1296.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1297.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1298.     Pushed Action SetField "nPlayerID" -1;
  1299.     Pushed Action SetField "nTeam" -1;
  1300.     Pushed Action {UpdateContent;};
  1301.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1302.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1303. };
  1304.  
  1305. ControlDropItem "InGameUserControlHomeControl4" {
  1306.     Style "InGameUserControlHomeDrop4Style";
  1307.     Rect [306, 249, 225, 80];
  1308.     Position [308, 253];
  1309.     CanResetImage;
  1310.     Selectable;
  1311.  
  1312.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1313.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1314.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1315.     Pushed Action SetField "nPlayerID" -1;
  1316.     Pushed Action SetField "nTeam" -1;
  1317.     Pushed Action {UpdateContent;};
  1318.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1319.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1320. };
  1321.  
  1322. ControlDropItem "InGameUserControlHomeControl5" {
  1323.     Style "InGameUserControlHomeDrop5Style";
  1324.     Rect [306, 329, 225, 80];
  1325.     Position [308, 333];
  1326.     CanResetImage;
  1327.     Selectable;
  1328.  
  1329.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1330.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1331.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1332.     Pushed Action SetField "nPlayerID" -1;
  1333.     Pushed Action SetField "nTeam" -1;
  1334.     Pushed Action {UpdateContent;};
  1335.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1336.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1337. };
  1338.  
  1339. ControlDropItem "InGameUserControlAwayControl1" {
  1340.     Style "InGameUserControlAwayDrop1Style";
  1341.     Rect [2, 9, 225, 80];
  1342.     Position [160, 13];
  1343.     CanResetImage;
  1344.     Selectable;
  1345.  
  1346.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1347.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1348.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1349.     Pushed Action SetField "nPlayerID" -1;
  1350.     Pushed Action SetField "nTeam" -1;
  1351.     Pushed Action {UpdateContent;};
  1352.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1353.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1354. };
  1355.  
  1356. ControlDropItem "InGameUserControlAwayControl2" {
  1357.     Style "InGameUserControlAwayDrop2Style";
  1358.     Rect [2, 89, 225, 80];
  1359.     Position [160, 93];
  1360.     CanResetImage;
  1361.     Selectable;
  1362.  
  1363.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1364.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1365.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1366.     Pushed Action SetField "nPlayerID" -1;
  1367.     Pushed Action SetField "nTeam" -1;
  1368.     Pushed Action {UpdateContent;};
  1369.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1370.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1371. };
  1372.  
  1373. ControlDropItem "InGameUserControlAwayControl3" {
  1374.     Style "InGameUserControlAwayDrop3Style";
  1375.     Rect [2, 169, 225, 80];
  1376.     Position [160, 173];
  1377.     CanResetImage;
  1378.     Selectable;
  1379.  
  1380.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1381.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1382.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1383.     Pushed Action SetField "nPlayerID" -1;
  1384.     Pushed Action SetField "nTeam" -1;
  1385.     Pushed Action {UpdateContent;};
  1386.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1387.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1388. };
  1389.  
  1390. ControlDropItem "InGameUserControlAwayControl4" {
  1391.     Style "InGameUserControlAwayDrop4Style";
  1392.     Rect [2, 249, 225, 80];
  1393.     Position [160, 253];
  1394.     CanResetImage;
  1395.     Selectable;
  1396.  
  1397.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1398.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1399.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1400.     Pushed Action SetField "nPlayerID" -1;
  1401.     Pushed Action SetField "nTeam" -1;
  1402.     Pushed Action {UpdateContent;};
  1403.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1404.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1405. };
  1406.  
  1407. ControlDropItem "InGameUserControlAwayControl5" {
  1408.     Style "InGameUserControlAwayDrop5Style";
  1409.     Rect [2, 329, 225, 80];
  1410.     Position [160, 333];
  1411.     CanResetImage;
  1412.     Selectable;
  1413.  
  1414.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1415.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1416.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1417.     Pushed Action SetField "nPlayerID" -1;
  1418.     Pushed Action SetField "nTeam" -1;
  1419.     Pushed Action {UpdateContent;};
  1420.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1421.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1422. };
  1423.  
  1424.  
  1425. //********************************
  1426. //  Drag Items
  1427. //********************************
  1428. DragItem "InGameUserControlControlDrag" {
  1429.     DragStyle "InGameUserControlDragStyle";
  1430.     HotSpot [29, 29];
  1431.     ControlDropItem "InGameUserControlHomeControl1";
  1432.     ControlDropItem "InGameUserControlHomeControl2";
  1433.     ControlDropItem "InGameUserControlHomeControl3";
  1434.     ControlDropItem "InGameUserControlHomeControl4";
  1435.     ControlDropItem "InGameUserControlHomeControl5";
  1436.     ControlDropItem "InGameUserControlAwayControl1";
  1437.     ControlDropItem "InGameUserControlAwayControl2";
  1438.     ControlDropItem "InGameUserControlAwayControl3";
  1439.     ControlDropItem "InGameUserControlAwayControl4";
  1440.     ControlDropItem "InGameUserControlAwayControl5";
  1441.     String " " {
  1442.         Justify TopCenter;
  1443.     };
  1444.     CanResetImage;
  1445.     Drop Action SwapFieldsDrop "nPlayerID";
  1446.     Drop Action SwapFieldsDrop "nTeam";
  1447.     Drop Action {SetData "InGameCustomizeButton" Enabled;};
  1448. };
  1449.  
  1450.  
  1451. //********************************
  1452. //  Buttons
  1453. //********************************
  1454. DBButton "InGameUserControlGamePad" {
  1455.     ButtonStyle "InGameUserControlGamePadStyle";
  1456.     Selectable;
  1457.  
  1458.     String "" {
  1459.         Justify CenterCenter;
  1460.         Position [36, 60];
  1461.     };
  1462.  
  1463.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1464.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1465.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1466.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1467.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1468. };
  1469.  
  1470. DBButton "InGameUserControlKeyboard" {
  1471.     ButtonStyle "InGameUserControlKeyboardStyle";
  1472.     Selectable;
  1473.  
  1474.     String "" {
  1475.         Justify CenterCenter;
  1476.         Position [36, 60];
  1477.     };
  1478.  
  1479.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1480.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1481.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1482.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1483.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1484. };
  1485.  
  1486. DBButton "InGameUserControlMouse" {
  1487.     ButtonStyle "InGameUserControlMouseStyle";
  1488.     Selectable;
  1489.  
  1490.     String "" {
  1491.         Justify CenterCenter;
  1492.         Position [36, 60];
  1493.     };
  1494.  
  1495.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1496.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1497.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1498.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1499.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1500. };
  1501.  
  1502. DBButton "InGameUserControlJoystick" {
  1503.     ButtonStyle "InGameUserControlJoystickStyle";
  1504.     Selectable;
  1505.  
  1506.     String "" {
  1507.         Justify CenterCenter;
  1508.         Position [36, 60];
  1509.     };
  1510.  
  1511.     Pushed Action {SetData "InGameUserControlDragControlID" LinkTo "FieldszControlTypeUI";};
  1512.     Pushed Action {SetData "InGameUserControlDragControlNum" LinkTo "FieldnControlNum";};
  1513.     Pushed Action {SetData "InGameUserControlDragControlImageName" LinkTo "FieldszControlTypeUI";};
  1514.     Pushed Action {Drag DragItem "InGameUserControlControlDrag";};
  1515.     Pushed Action {SetData "InGameCustomizeButton" Disabled;};
  1516. };
  1517.  
  1518. Button "InGameUserControlListUp" {
  1519.     ButtonStyle "InGameUserControlListUp";
  1520.     Position [26, 2];
  1521. };
  1522.  
  1523. Button "InGameUserControlListDown" {
  1524.     ButtonStyle "InGameUserControlListDown";
  1525.     Position [26, 336];
  1526. };
  1527.  
  1528. Button "InGameUserControlCustomize" {
  1529.     ButtonStyle "InGameUserControlCustomizeStyle";
  1530.     Position [216, 389];
  1531.  
  1532.     String "customize" {
  1533.         Justify CenterCenter;
  1534.         Position [45, 10];
  1535.     };
  1536.  
  1537.     Clicked Action {
  1538.         Popup Group "InGameUserControlCustomizeParent";
  1539.     };
  1540. };
  1541.  
  1542.  
  1543. //***********************************
  1544. // Edit Boxes
  1545. //***********************************
  1546. EditBox "InGameUserControlFirstNameAway1" {
  1547.     Style "InGameUserControlName";
  1548.     Position [4, 34];
  1549.     Size [116, 14];
  1550.     String "" {
  1551.         Justify TopRight;
  1552.         Position [116, 0];
  1553.     };
  1554. };
  1555.  
  1556. EditBox "InGameUserControlLastNameAway1" {
  1557.     Style "InGameUserControlName";
  1558.     Position [4, 48];
  1559.     Size [153, 14];
  1560.     String "" {
  1561.         Justify TopRight;
  1562.         Position [153, 0];
  1563.     };
  1564. };
  1565.  
  1566. EditBox "InGameUserControlFirstNameAway2" {
  1567.     Style "InGameUserControlName";
  1568.     Position [4, 114];
  1569.     Size [116, 14];
  1570.     String "Haraguemy" {
  1571.         Justify TopRight;
  1572.         Position [116, 0];
  1573.     };
  1574. };
  1575.  
  1576. EditBox "InGameUserControlLastNameAway2" {
  1577.     Style "InGameUserControlName";
  1578.     Position [4, 128];
  1579.     Size [153, 14];
  1580.     String "Jestaltpheral" {
  1581.         Justify TopRight;
  1582.         Position [153, 0];
  1583.     };
  1584. };
  1585.  
  1586. EditBox "InGameUserControlFirstNameAway3" {
  1587.     Style "InGameUserControlName";
  1588.     Position [4, 194];
  1589.     Size [116, 14];
  1590.     String "Haraguemy" {
  1591.         Justify TopRight;
  1592.         Position [116, 0];
  1593.     };
  1594. };
  1595.  
  1596. EditBox "InGameUserControlLastNameAway3" {
  1597.     Style "InGameUserControlName";
  1598.     Position [4, 208];
  1599.     Size [153, 14];
  1600.     String "Jestaltpheral" {
  1601.         Justify TopRight;
  1602.         Position [153, 0];
  1603.     };
  1604. };
  1605.  
  1606. EditBox "InGameUserControlFirstNameAway4" {
  1607.     Style "InGameUserControlName";
  1608.     Position [4, 274];
  1609.     Size [116, 14];
  1610.     String "Haraguemy" {
  1611.         Justify TopRight;
  1612.         Position [116, 0];
  1613.     };
  1614. };
  1615.  
  1616. EditBox "InGameUserControlLastNameAway4" {
  1617.     Style "InGameUserControlName";
  1618.     Position [4, 288];
  1619.     Size [153, 14];
  1620.     String "Jestaltpheral" {
  1621.         Justify TopRight;
  1622.         Position [153, 0];
  1623.     };
  1624. };
  1625.  
  1626. EditBox "InGameUserControlFirstNameAway5" {
  1627.     Style "InGameUserControlName";
  1628.     Position [4, 354];
  1629.     Size [116, 14];
  1630.     String "Haraguemy" {
  1631.         Justify TopRight;
  1632.         Position [116, 0];
  1633.     };
  1634. };
  1635.  
  1636. EditBox "InGameUserControlLastNameAway5" {
  1637.     Style "InGameUserControlName";
  1638.     Position [4, 368];
  1639.     Size [153, 14];
  1640.     String "Jestaltpheral" {
  1641.         Justify TopRight;
  1642.         Position [153, 0];
  1643.     };
  1644. };
  1645.  
  1646. EditBox "InGameUserControlFirstNameHome1" {
  1647.     Style "InGameUserControlName";
  1648.     Position [404, 34];
  1649.     Size [116, 14];
  1650.     String "Haraguemy" {
  1651.         Justify TopLeft;
  1652.         Position [0, 0];
  1653.     };
  1654. };
  1655.  
  1656. EditBox "InGameUserControlLastNameHome1" {
  1657.     Style "InGameUserControlName";
  1658.     Position [366, 48];
  1659.     Size [153, 14];
  1660.     String "Jestaltpheral" {
  1661.         Justify TopLeft;
  1662.         Position [0, 0];
  1663.     };
  1664. };
  1665.  
  1666. EditBox "InGameUserControlFirstNameHome2" {
  1667.     Style "InGameUserControlName";
  1668.     Position [404, 114];
  1669.     Size [116, 14];
  1670.     String "Haraguemy" {
  1671.         Justify TopLeft;
  1672.         Position [0, 0];
  1673.     };
  1674. };
  1675.  
  1676. EditBox "InGameUserControlLastNameHome2" {
  1677.     Style "InGameUserControlName";
  1678.     Position [366, 128];
  1679.     Size [153, 14];
  1680.     String "Jestaltpheral" {
  1681.         Justify TopLeft;
  1682.         Position [0, 0];
  1683.     };
  1684. };
  1685.  
  1686. EditBox "InGameUserControlFirstNameHome3" {
  1687.     Style "InGameUserControlName";
  1688.     Position [404, 194];
  1689.     Size [116, 14];
  1690.     String "Haraguemy" {
  1691.         Justify TopLeft;
  1692.         Position [0, 0];
  1693.     };
  1694. };
  1695.  
  1696. EditBox "InGameUserControlLastNameHome3" {
  1697.     Style "InGameUserControlName";
  1698.     Position [366, 208];
  1699.     Size [153, 14];
  1700.     String "Jestaltpheral" {
  1701.         Justify TopLeft;
  1702.         Position [0, 0];
  1703.     };
  1704. };
  1705.  
  1706. EditBox "InGameUserControlFirstNameHome4" {
  1707.     Style "InGameUserControlName";
  1708.     Position [404, 274];
  1709.     Size [116, 14];
  1710.     String "Haraguemy" {
  1711.         Justify TopLeft;
  1712.         Position [0, 0];
  1713.     };
  1714. };
  1715.  
  1716. EditBox "InGameUserControlLastNameHome4" {
  1717.     Style "InGameUserControlName";
  1718.     Position [366, 288];
  1719.     Size [153, 14];
  1720.     String "Jestaltpheral" {
  1721.         Justify TopLeft;
  1722.         Position [0, 0];
  1723.     };
  1724. };
  1725.  
  1726. EditBox "InGameUserControlFirstNameHome5" {
  1727.     Style "InGameUserControlName";
  1728.     Position [404, 354];
  1729.     Size [116, 14];
  1730.     String "Haraguemy" {
  1731.         Justify TopLeft;
  1732.         Position [0, 0];
  1733.     };
  1734. };
  1735.  
  1736. EditBox "InGameUserControlLastNameHome5" {
  1737.     Style "InGameUserControlName";
  1738.     Position [366, 368];
  1739.     Size [153, 14];
  1740.     String "Jestaltpheral" {
  1741.         Justify TopLeft;
  1742.         Position [0, 0];
  1743.     };
  1744. };
  1745.  
  1746.  
  1747. //********************************
  1748. //  List Boxes
  1749. //********************************
  1750. UserControlSEListBox "InGameUserControl" {
  1751.     Position [0, 25];
  1752.     Size [67, 300];
  1753.     Kerning 25;
  1754.  
  1755.     Template "Joystick" {
  1756.         DBButton "InGameUserControlJoystick";
  1757.     };
  1758.     Template "Gamepad" {
  1759.         DBButton "InGameUserControlGamePad";
  1760.     };
  1761.     Template "Keyboard" {
  1762.         DBButton "InGameUserControlKeyboard";
  1763.     };
  1764.     Template "Mouse" {
  1765.         DBButton "InGameUserControlMouse";
  1766.     };
  1767. };
  1768.  
  1769.  
  1770. //********************************
  1771. //  Groups
  1772. //********************************
  1773. Group "InGameUserControl" {
  1774.     Root;
  1775. //    Position [-70, -55];
  1776.     CenterCenter Position [-395, -295];
  1777.  
  1778.     Children {
  1779.         Group "InGameUserControlBack";
  1780.         Group "InGameUserControlHomeTeamLogoBox";
  1781.         Group "InGameUserControlAwayTeamLogoBox";
  1782.     };
  1783.  
  1784.     Activate Action {SetCurrOverviewHelp "InGameUserControl";};
  1785. };
  1786.  
  1787. Group "InGameUserControlBack" {
  1788.     Position [131, 95];
  1789.     GroupStyle "InGameUserControlStyle";
  1790.     Children {
  1791.         ControlDropItem "InGameUserControlHomeControl1";
  1792.         EditBox "InGameUserControlFirstNameHome1";
  1793.         EditBox "InGameUserControlLastNameHome1";
  1794.         DBButton "InGameUserControlAutoManualRoleHome1";
  1795.         ControlDropItem "InGameUserControlHomeControl2";
  1796.         EditBox "InGameUserControlFirstNameHome2";
  1797.         EditBox "InGameUserControlLastNameHome2";
  1798.         DBButton "InGameUserControlAutoManualRoleHome2";
  1799.         ControlDropItem "InGameUserControlHomeControl3";
  1800.         EditBox "InGameUserControlFirstNameHome3";
  1801.         EditBox "InGameUserControlLastNameHome3";
  1802.         DBButton "InGameUserControlAutoManualRoleHome3";
  1803.         ControlDropItem "InGameUserControlHomeControl4";
  1804.         EditBox "InGameUserControlFirstNameHome4";
  1805.         EditBox "InGameUserControlLastNameHome4";
  1806.         DBButton "InGameUserControlAutoManualRoleHome4";
  1807.         ControlDropItem "InGameUserControlHomeControl5";
  1808.         EditBox "InGameUserControlFirstNameHome5";
  1809.         EditBox "InGameUserControlLastNameHome5";
  1810.         DBButton "InGameUserControlAutoManualRoleHome5";
  1811.         ControlDropItem "InGameUserControlAwayControl1";
  1812.         EditBox "InGameUserControlFirstNameAway1";
  1813.         EditBox "InGameUserControlLastNameAway1";
  1814.         DBButton "InGameUserControlAutoManualRoleAway1";
  1815.         ControlDropItem "InGameUserControlAwayControl2";
  1816.         EditBox "InGameUserControlFirstNameAway2";
  1817.         EditBox "InGameUserControlLastNameAway2";
  1818.         DBButton "InGameUserControlAutoManualRoleAway2";
  1819.         ControlDropItem "InGameUserControlAwayControl3";
  1820.         EditBox "InGameUserControlFirstNameAway3";
  1821.         EditBox "InGameUserControlLastNameAway3";
  1822.         DBButton "InGameUserControlAutoManualRoleAway3";
  1823.         ControlDropItem "InGameUserControlAwayControl4";
  1824.         EditBox "InGameUserControlFirstNameAway4";
  1825.         EditBox "InGameUserControlLastNameAway4";
  1826.         DBButton "InGameUserControlAutoManualRoleAway4";
  1827.         ControlDropItem "InGameUserControlAwayControl5";
  1828.         EditBox "InGameUserControlFirstNameAway5";
  1829.         EditBox "InGameUserControlLastNameAway5";
  1830.         DBButton "InGameUserControlAutoManualRoleAway5";
  1831.         ListBoxGroup "InGameUserControlList";
  1832.         Button "InGameUserControlCustomize";
  1833.     };
  1834. };
  1835.  
  1836. ListBoxGroup "InGameUserControlList" {
  1837.     Position [228, 35];
  1838.     GroupStyle "InGameUserControlListStyle";
  1839.     Children {
  1840.         UserControlSEListBox "InGameUserControl";
  1841.         ScrollBarGroup "InGameUserControlList" {
  1842.             Children {
  1843.                 Button "InGameUserControlListUp";
  1844.                 Button "InGameUserControlListDown";
  1845.             };
  1846.         };
  1847.     };
  1848. };
  1849.  
  1850. Group "InGameUserControlAwayTeamLogoBox" {
  1851.     Position [72, 83];
  1852. //    Style "InGameUserControlAwayLogo";
  1853.     Children {
  1854.         Group "InGameUserControlAwayTeamLogo";
  1855.     };
  1856. };
  1857.  
  1858. Group "InGameUserControlHomeTeamLogo" {
  1859.     Position [5, 30];
  1860.     Children {
  1861.         Include "UIScript\HomeLogo";
  1862.     };
  1863. };
  1864.  
  1865. Group "InGameUserControlHomeTeamLogoBox" {
  1866.     Position [607, 83];
  1867. //    Style "InGameUserControlHomeLogo";
  1868.     Children {
  1869.         Group "InGameUserControlHomeTeamLogo";
  1870.     };
  1871. };
  1872.  
  1873. Group "InGameUserControlAwayTeamLogo" {
  1874.     Position [8, 30];
  1875.     Children {
  1876.         Include "UIScript\VisLogo";
  1877.     };
  1878. };
  1879.  
  1880. Group "InGameUserControlCustomizeParent" {
  1881.     Children {
  1882.         Include "UIScript\InGame\Custom";
  1883.     };
  1884. };
  1885.